home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / datatypes / xpkdt / autodocs / xpk_dtc.doc next >
Text File  |  1996-04-07  |  1KB  |  35 lines

  1. TABLE OF CONTENTS
  2.  
  3. xpk.datatype/xpk.datatype
  4. xpk.datatype/xpk.datatype                           xpk.datatype/xpk.datatype
  5.  
  6.    NAME
  7.        xpk.datatype -- data type for XPK and PowerPacker compressed files.
  8.  
  9.    FUNCTION
  10.        The xpk data type is used to decompress XPK and PowerPacker
  11.        compressed files. Decompressed files are then placed in "T:" logical
  12.        directory and passed again to DataTypes system via NewDTObject().
  13.        DataTypes system is then free to handle them (it will usually show
  14.        contents of a decompressed file).
  15.  
  16.    METHODS
  17.        OM_NEW -- Decompress source file, place it in "T:" directory and call
  18.                  OM_NEW method on that file.
  19.  
  20.        OM_DISPOSE -- Delete the object and all associated temporary files.
  21.  
  22.    NOTES
  23.        Since the data type just calls OM_NEW method on a decompressed file
  24.        it will work for files which were compressed several times (eg. DLTA
  25.        encoded and SHRI compressed).
  26.  
  27.    BUGS
  28.        Will not work for AmigaGuideĀ® compressed files (due to a bug in
  29.        amigaguide.datatype, I suspect).
  30.        Can not handle encrypted files.
  31.  
  32.    SEE ALSO
  33.        amigaguide.datatype, xpkmaster.library, datatypes.library.
  34.  
  35.